home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / snpd9611.zip / RMLEAD.C < prev    next >
C/C++ Source or Header  |  1996-11-24  |  548b  |  24 lines

  1. .I 0 2
  2. /* +++Date last modified: 24-Nov-1996 */
  3.  
  4. .I 6 3
  5. **  The user is granted a free limited license to use this source file
  6. **  to create royalty-free programs, subject to the terms of the
  7. **  license restrictions specified in the LICENSE.MFL file.
  8. .D 7 1
  9. .I 13 5
  10. #include "snip_str.h"                     /* Contains strMove() macro   */
  11.  
  12. #if defined(__cplusplus) && __cplusplus
  13.  extern "C" {
  14. #endif
  15. .D 14 1
  16. .I 24 1
  17.                   strMove(str, obuf);
  18. .D 25 1
  19. .I 28 4
  20.  
  21. #if defined(__cplusplus) && __cplusplus
  22.  }
  23. #endif
  24.